home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.esc;
-
- import javax.swing.JTree;
-
- class ESCWindow$13 implements Runnable {
- // $FF: synthetic field
- final JTree val$tree;
- // $FF: synthetic field
- final int val$row;
- // $FF: synthetic field
- final ESCWindow.12 this$0;
-
- public void run() {
- this.this$0.this$0.this$0.selectRowInTree(this.val$tree, this.val$row);
- }
-
- ESCWindow$13(JTree var1, int var2, ESCWindow.12 var3) {
- this.val$tree = var1;
- this.val$row = var2;
- this.this$0 = var3;
- }
- }
-